Previous topicNext topic
Help > Errors and Error Trapping > Compile Time Errors >
Error 555 - ON ERROR/RESUME not allowed here

ON ERROR/RESUME not allowed here - An attempt was made to include an ON ERROR or a RESUME statement inside a TRY/END TRY block. Remove the ON ERROR or RESUME statement or move it out of the TRY/END TRY block. Error handling is automatic within a TRY/END TRY block.